dynamic recompilation造句
例句与造句
- These feature include persistence, Dynamic Recompilation, and statedumps, which allows a fully persistent system no reboots and no reset system.
- Initially the emulation was very slow, but later versions used a dynamic recompilation emulator which boosted performance by caching frequently used sections of translated code.
- Traditionally the x86 CPUID instruction was not virtualizable, so you couldn't make a CPU claim to be a different CPU without expensive dynamic recompilation.
- "' Adaptive optimization "'is a technique in computer science that performs dynamic recompilation of portions of a program based on the current execution profile.
- JIT compilation is a form of dynamic compilation, and allows adaptive optimization such as dynamic recompilation thus in theory JIT compilation can yield faster execution than static compilation.
- It's difficult to find dynamic recompilation in a sentence. 用dynamic recompilation造句挺难的
- Although a great majority of the CPU emulation cores are interpretive, MAME also supports dynamic recompilation through an intermediate language called the Universal Machine Language ( UML ) to increase the emulation speed.
- VMware Fusion allows Intel-based Macs to run operating systems such as Microsoft Windows, Linux, NetWare, or Solaris on virtual machines, along with their Mac OS X operating system using a combination of paravirtualization, hardware virtualization and dynamic recompilation.
- It's now dynamic recompilation, but something that you program in C or C + + and it compiles down to something that's going to be not your-O4 optimization level for completely native code but pretty damn close to native code.
- More advanced dynamic translators employ dynamic recompilation where the translated code is instrumented to find out what portions are executed a large number of times, and these portions are HotSpot technology ) can be viewed as dynamic translators from a virtual instruction set ( the bytecode ) to a real one.
- From the host processor's viewpoint, plug-ins running under the Vx32 virtual machine monitor run in the context of the application process itself, but the Vx32 library uses dynamic recompilation to prevent the " guest " plug-in code from accessing memory or jumping to instructions outside its designated sandbox.
- One approach, known as " patching ", adopts techniques commonly used in dynamic recompilation : critical instructions are discovered at run-time and replaced with a trap into the VMM . Various mechanisms, such as the caching of emulation code or hardware assists, have been proposed to make the patching process more efficient.
- VMware Workstation, Server, and ESX take a more optimized path to running target operating systems on the host than that of emulators ( such as Bochs ) which simulate the function of each CPU instruction on the target machine one-by-one, or that of dynamic recompilation which compiles blocks of machine-instructions the first time they execute, and then uses the translated code directly when the code runs subsequently ( Microsoft Virtual PC for Mac OS X takes this approach ).